Greetings,
I am using a KStep with encoder feedback. Axis modes are "Encoder" and "CL Step". I have values of 0.01 for my "P" and "I" values. Also a very large max following error.
I would like to be able to disable the KStep board while the axis is in motion - It seems that the encoder knows that the position is no longer correct. When I reenergize the KStep I would like it to move automatically to the position it was commanded to before the power was broken.
For Example:
Move(3,5000);
While(!Checkdone(3));
I kill power as it is moving to 5000. I was expecting that the controller know that I never reached 5000 so it would just pause until power returns and the encoder indicates that it has reached the destination.
Does anyone have suggestions on how I could get this to work?
Thanks,
Scott